@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Salsa&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  background: #232328;
  font-family: "Quicksand", sans-serif;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

/* content */

.content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 14%;
  left: 3%;
  width: 40%;
  height: max-content;
  color: #f2f2f2;
  text-align: center;
  padding: 20px;
  opacity: 0;
  z-index: 2;
}

.content h1 {
  font-family: Bahnschrift SemiBold;
  font-size: clamp(3rem, 4vw, 7rem);
  margin-bottom: 20px;
  opacity: 0;
}

.content p {
  font-family: Bahnschrift SemiBold;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
}

.swiper-slide-active .content {
  opacity: 1;
}

.swiper-slide-active .content h1 {
  animation: moveDown 0.8s ease-in forwards;
}

.swiper-slide-active .content p {
  animation: moveDown 1s ease-in forwards;
  animation-delay: 1s;
}

@keyframes moveDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* background*/

.background[data-item="one"] {
    background: url(MMK.png);
    background-size: cover;
    background-position: 50% 40%;
}

.background[data-item="two"] {
    background: url(VVV-6.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.background[data-item="three"] {
    background: url(VVV-3.jpg);
    background-size: cover;
    background-position: 50% 40%;
}

.background[data-item="four"] {
    background: url(wwwww1.jpg);
    background-size: cover;
    background-position: 50% 60%;
}

.background[data-item="five"] {
    background: url(VVV-12.jpg);
    background-size: cover;
    background-position: 50% 40%;
}

.background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: circle(5%);
    filter: brightness(90%);
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.animation {
    animation: resizeClipPath 3s ease-in-out forwards;
  }
  
  @keyframes resizeClipPath {
    0% {
      clip-path: circle(5%);
      opacity: 0;
    }
    100% {
      clip-path: circle(71%);
      opacity: 1;
    }
   
}


@media (max-width: 900px) {
  .content,
  .content[data-content="three"] {
    top: 55%;
    left: 2%;
    width: 60%;
  }

  .content[data-content="two"] {
    top: 10%;
  }

  .content h1 {
    margin-bottom: 14px;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .feature i {
    font-size: 1.3rem;
  }

  .feature p {
    font-size: 1rem;
  }

  .btn {
    padding: 8px 16px;
  }
}

@media (max-width: 790px) {
  .footer {
    column-gap: 10px;
  }

  .feature i {
    font-size: 1.1rem;
  }

  .feature p {
    font-size: 0.9rem;
  }

  .feature small {
    font-size: 0.8rem;
  }

  .btn {
    font-size: 0.7rem;
    padding: 8px 12px;
  }
}

@media (max-width: 660px) {
  .content,
  .content[data-content="two"],
  .content[data-content="three"] {
    top: unset;
    left: 2%;
    bottom: 3%;
    width: 80%;
  }

  .content p {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .background[data-item="two"] {
    background-position: 40% 50%;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet-active {
    height: 24px;
  }

  .footer {
    column-gap: 0;
    left: unset;
    bottom: unset;
    top: 20px;
    right: -30px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    box-shadow: unset;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .feature,
  hr {
    display: none;
  }
}
.navbar{
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    font-family: Bahnschrift SemiBold;
    transition: all 0.3s ease;
}
.navbar.sticky{
    padding: 15px 0;
    background: #008680;
}
.navbar .max-width{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo .hire{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.navbar .logo .hire span{
    color:#008680;
    transition: all 0.3s ease;
}
.navbar.sticky .logo .hire span{
    color: #ffffff;
}
.navbar .menu li{
    list-style: none;
    display: inline-block;
}
.navbar .menu li .hire{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
}
.navbar .menu li .hire:hover{
    color: #008680;
}
.navbar.sticky .menu li a:hover{
    color: #fff;
}
.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
a {
  margin: 20px;
}
.custom-btn {
  text-align: center;
  width: 160px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: Bahnschrift SemiBold;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}



/* 13 */
.btn-13 {
background-image: linear-gradient(315deg, #00ffdd25 0%, #00b7ff27 74%);
  border: none;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
   background-color: #000000;
background-image: linear-gradient(315deg, #1900ff8a 0%, #006caa93 74%);
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #fff;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}

